-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore mitosis update #2349
Merged
Merged
Chore mitosis update #2349
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
… of github.com:db-ui/mono into feat-color-palette # Conflicts: # package-lock.json # packages/components/package.json # packages/components/src/components/accordion-item/accordion-item.lite.tsx # packages/components/src/components/accordion-item/docs/Migration.md # packages/components/src/components/accordion/accordion.lite.tsx # packages/components/src/components/accordion/model.ts # packages/components/src/components/alert/model.ts # showcases/vue-showcase/src/App.vue
🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/chore-mitosis-update |
mfranzke
reviewed
Mar 19, 2024
mfranzke
approved these changes
Mar 19, 2024
Closed
…-mitosis-update # Conflicts: # packages/components/src/components/accordion/accordion.lite.tsx
nmerget
added a commit
that referenced
this pull request
Apr 15, 2024
* chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * chore: update snapshots * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * fix: issue with vue output * chore: update from main * chore: update package-lock.json * fix: issue with accordion test * chore: rename main-navigation to navigation * chore: update package-lock.json * chore: update from main * chore: regenerate package-lock.json * chore: regenerate package-lock.json * fix: issue with validation and add additional information for this * fix: issue with popover component test * chore: update snapshots * fix: wrong docs for vue main-navigation * fix: wrong docs for vue main-navigation * chore: update package-lock.json * fix: issue with user-valid for checkbox * feat: add customValidity * fix: issues from merging * Update alpha-beta.md * chore: revert deleting db_logo.svg * chore: update package-lock.json * Update alpha-beta.md * fix: issues from PR * Update alpha-beta.md * docs: update alpha-beta.md * Update alpha-beta.md * Update Validation.md * docs: let's optimize by reorder * Update Validation.md * Update Validation.md * Update Validation.md * Update Validation.md * Update docs/migration/alpha-beta.md Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with angular build * docs: update angular readme * docs: update navigation readmes * fix: add readOnly to vue * docs: fix wrong react props for slots for db-header * docs: update READMEs for all frameworks * refactor: regenerated package lock file * Apply suggestions from code review * chore: update snapshots --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
nmerget
added a commit
that referenced
this pull request
Apr 15, 2024
#2500) * chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * chore: update snapshots * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * fix: issue with vue output * chore: update from main * chore: update package-lock.json * fix: issue with accordion test * chore: rename main-navigation to navigation * chore: update package-lock.json * chore: update from main * chore: regenerate package-lock.json * chore: regenerate package-lock.json * fix: issue with validation and add additional information for this * fix: issue with popover component test * chore: update snapshots * fix: wrong docs for vue main-navigation * fix: wrong docs for vue main-navigation * chore: update package-lock.json * fix: issue with user-valid for checkbox * feat: add customValidity * fix: issues from merging * docs: merges navigation and navigation item overview within patternhub * Update alpha-beta.md * refactor: regenerated package lock file * chore: revert wrong changes from merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NicolasMerget <[email protected]> Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
nmerget
added a commit
that referenced
this pull request
Apr 15, 2024
* chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * chore: update snapshots * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * fix: issue with vue output * chore: update from main * chore: update package-lock.json * fix: issue with accordion test * chore: rename main-navigation to navigation * chore: update package-lock.json * chore: update from main * chore: regenerate package-lock.json * chore: regenerate package-lock.json * fix: issue with validation and add additional information for this * fix: issue with popover component test * chore: update snapshots * fix: wrong docs for vue main-navigation * fix: wrong docs for vue main-navigation * chore: update package-lock.json * fix: issue with user-valid for checkbox * feat: add customValidity * fix: issues from merging * fix: changes border radius to sm * Update alpha-beta.md * test: updated screenshots * refactor: regenerated package lock json * chore: update from main --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NicolasMerget <[email protected]> Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
nmerget
added a commit
that referenced
this pull request
Apr 15, 2024
* chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * chore: update snapshots * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * fix: issue with vue output * chore: update from main * chore: update package-lock.json * fix: issue with accordion test * chore: rename main-navigation to navigation * chore: update package-lock.json * chore: update from main * chore: regenerate package-lock.json * chore: regenerate package-lock.json * fix: issue with validation and add additional information for this * fix: issue with popover component test * chore: update snapshots * fix: wrong docs for vue main-navigation * fix: wrong docs for vue main-navigation * chore: renames tab to tab item * chore: adds TabItem screenshots * chore: update package-lock.json * fix: adds missing angular component selectors for tab items * fix: issue with user-valid for checkbox * fix: adds dbtabitem to not angular selector * fix: adds db-tab-item and dbtabitem to angular workarounds * feat: add customValidity * fix: removes minor layout bugs like spacings caused by merging * fix: issues from merging * docs: moves tab-item overview into tabs overview * fix: changes ui classes to density classes * fix: sets track to full width at width auto * fix: changes import from DBTab to DBTabItem * chore: regenerated snapshots * Update packages/components/src/index.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/tabs/tabs.scss Co-authored-by: Maximilian Franzke <[email protected]> * refactor: regenerated package lock file * chore: revert wrong changes from merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NicolasMerget <[email protected]> Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
nmerget
added a commit
that referenced
this pull request
Apr 15, 2024
* chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * chore: update snapshots * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * fix: issue with vue output * feat: add/replace icons to match with current figma library * chore: update snapshots * chore: update from main * chore: update package-lock.json * fix: wrong icon names * fix: issue with accordion test * chore: rename main-navigation to navigation * chore: update package-lock.json * chore: update from main * chore: regenerate package-lock.json * chore: regenerate package-lock.json * fix: issue with validation and add additional information for this * fix: issue with popover component test * chore: update snapshots * chore: update snapshots * fix: wrong docs for vue main-navigation * fix: wrong docs for vue main-navigation * test: updated screenshots * chore: update package-lock.json * fix: issue with user-valid for checkbox * feat: add customValidity * fix: issues from merging * Update alpha-beta.md * chore: revert deleting db_logo.svg * chore: update package-lock.json * Update alpha-beta.md * fix: issues from PR * Update alpha-beta.md * docs: update alpha-beta.md * Update alpha-beta.md * Update Validation.md * docs: let's optimize by reorder * Update Validation.md * Update Validation.md * Update Validation.md * Update Validation.md * Update docs/migration/alpha-beta.md Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with angular build * docs: update angular readme * docs: update navigation readmes * fix: add readOnly to vue * docs: fix wrong react props for slots for db-header * docs: update READMEs for all frameworks * chore: update snapshots * refactor: regenerated package lock file * chore: update snapshots * chore: update snapshots --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
nmerget
added a commit
that referenced
this pull request
Apr 30, 2024
* chore(deps-dev): bump the playwright group with 3 updates Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-react` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) Updates `@playwright/experimental-ct-vue` from 1.35.1 to 1.40.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.35.1...v1.40.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update playwright * fix: issue with new playwright - webkit browser * chore: update package-lock.json * chore: update snapshots * fix: issue with webkit * chore: update snapshots for webkit * feat: add color palette and refactor color consumption * fix: missing token in showcase * fix: missing token in showcase * chore: update snapshots * chore: reverted webkit workaround * chore: changed playwright image and update snapshots * chore: update snapshots * chore: update snapshots * chore: removed webkit screenshots because of icon font issue * chore: update snapshots * chore: update snapshots * chore: update from main * chore: fix issues from playwright tests * chore: update from main * chore: update from main * chore: update speaking colors * chore: update snapshots * chore: update color consumption * chore: fix issues with checkbox/radio * fix: issue with removed colorVariants from card * chore: update colors * chore: update snapshots * fix: issue with wrong brand hover color * fix: issue with solid button * chore: update colors to use bg-1,2,3 * chore: update snapshots * fix: issue with wrong import * chore: update default color scheme * chore: update playwright * chore: update from main * chore: update snapshots * chore: replaced base with neutral and renamed bg-1 to bg-lvl-1 * fix: issue with brand colors * chore: update from main * chore: update from main * chore: update snapshots * feat: add headline icon size and weight * chore: aligned disabled opacity * chore: reworked button and link * chore: rename tonality to density * chore: add db-puls to tab directly * fix: issue with missing block-size for scrollbar * chore: removed semantic colors from form-elements chore: renamed labelVariant to variant chore: renamed variant to semantic * chore: update radio border logic * chore: update card * chore: update card * chore: update active state navigation item * chore: update snapshots * chore: update colors to use "-enabled" * fix: issue with wrong color tokens * fix: issue with popover * fix: issue with angular active tab * chore: refactored alert and renamed it to notification chore: update new color palette * fix: issue with wrong dir name for notification * chore: add "on-contrast" color * fix: issue with base path * chore: update fonts and transitions chore: update background-color for adaptive components chore: removed style-dictionary * chore: update brand colors * chore: update from main * chore: update from main * chore: update border variables * feat: add cursor pointer to interactive components * fix: issue with textarea scrollbar * fix: issue with wrong prop * feat: add switch component * Update switch.lite.tsx * chore: update snapshots * chore: update snapshots * chore: update snapshots * chore: update Migration.md * fix: issue from windows border by using device-pixel-ratio * chore: update font-size and color issues found in theme-builder * chore: fix issue with notification close button * fix: issue with notification * fix: issue with tab disabled state * fix: issue with missing not[data-placement] for popover * chore: add brand-on variables for colors * fix: issue with tab ids when changing amount of tabs * chore: update readme * chore: update from main * fix: default color palette * feat: handle correct validation * chore: revert patternhub delete -.- * fix: issue with angular compile * fix: issue with angular compile * chore: update notification * chore: update snapshots * fix: issues with validation for form-components * fix: issue with tabs * fix: issue with missing type * fix: issue with typo in button variant * fix: add missing on-contrast variable * fix: minor styling issues for switch * fix: issue with wrong placeholder name * chore: update from main * docs: add migration doc for beta * Chore mitosis update (#2349) * chore(deps-dev): bump @builder.io/mitosis-cli from 0.0.100 to 0.0.143 Bumps @builder.io/mitosis-cli from 0.0.100 to 0.0.143. --- updated-dependencies: - dependency-name: "@builder.io/mitosis-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with new slot update from mitosis * chore: update mitosis (changing slots for react) * fix: issue in patternhub with slots * Update README.md * fix: issue with accordion * fix: issue with vue component tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> * docs: add migration to global readme * chore: update from main * fix: issues with checkbox and radio tags * chore: update snapshots * chore: update from main * feat: add message to checkbox (#2364) * feat: add message to checkbox * chore: update snapshots * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/styles/_form-components.scss Co-authored-by: Maximilian Franzke <[email protected]> --------- Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.scss Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.scss Co-authored-by: Maximilian Franzke <[email protected]> * fix: issues from PR * fix: issue with code docs * fix: issue with angular css selectors * chore: typo * chore: update from main * chore: update package-lock.json * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * Update packages/components/src/components/switch/switch.lite.tsx Co-authored-by: Maximilian Franzke <[email protected]> * fix: issues from merge conflicts * fix: removed pixel density workaround --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
slot
consumption for frameworksTypes of changes
Further comments